Uses of Class
com.netscape.certsrv.authorization.EAuthzAccessDenied
Packages that use EAuthzAccessDenied
-
Uses of EAuthzAccessDenied in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw EAuthzAccessDeniedModifier and TypeMethodDescriptioncheck the authorization permission for the user associated with authToken on operation Example: For example, if UsrGrpAdminServlet needs to authorize the caller it would do be done in the following fashion: try { authzTok = mAuthz.authorize( "DirAclAuthz", authToken, RES_GROUP, "read"); } catch (EBaseException e) { logger.warn("authorize call: " + e.getMessage(), e); } -
Uses of EAuthzAccessDenied in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that throw EAuthzAccessDeniedModifier and TypeMethodDescriptionabstract AuthzToken
abstract AuthzToken
Check if the user is authorized to perform the given operation on the given resource.